English Dictionary
◊ PULSE GENERATOR
pulse generator
n : a generator of single or multiple voltage pulses; usually
adjustable for pulse rate
English Computing Dictionary
◊ DID YOU MEAN PARSER GENERATOR?
parser generator
A program which takes a formal description of a {grammar}
(e.g. in {BNF}) and outputs source code for a parser which will
recognise valid strings obeying that grammar and perform
associated actions. {Unix}'s {yacc} is a well known example.